home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************************
- CExpanderLabelEnv.h
-
- Copyright © 1994 B-Ray Software. All rights reserved.
- Developed using Symantec C++ 7.0.2 and Symantec's TCL library.
- Portions of this code courtesy Symantec, Inc.
-
- This code may be freely distributed as long as this notice remains. This code
- may not be used in any commercial software without the consent of B-Ray Software.
-
- ---
-
- Header file for CExpanderLabelEnv class.
-
- ***********************************************************************************/
- #pragma once
-
- #include <CEnvironment.h>
-
-
- class CExpanderLabelEnv : public CEnvironment {
-
- private:
- short savedFace; // data saved between Restore and PutBack
-
- public:
-
- TCL_DECLARE_CLASS
-
- CExpanderLabelEnv();
- virtual ~CExpanderLabelEnv();
-
- virtual void Restore( void );
- virtual void PutBack( void );
- };
-